Xbasic

ProgressAuto Function

Syntax

V progressAuto()

Description

Displays a wait dialog with a repeating progress bar. Execute progressPercent(100) to close.

The ProgressAuto() function displays a continuously cycling progress bar. You can close the dialog by calling ProgressPercent(100).

Example

ProgressAuto()

Limitations

Desktop applications only.

See Also